Interface symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEventListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEventListener

public interface DataBindingsChangeEventListener
extends EventListener
Interface which defines the listener for DataBindingsChangeEvent

Version:
1.0 08/17/98
Author:
Puru Balakrishnan

Method Index

 o handleColumnChanged(DataBindingsChangeEvent)
method fired if individual data binding columns are changed
 o handleRowInitialized(DataBindingsChangeEvent)
method fired when the first row is initialized.
 o handleRowInitializing(DataBindingsChangeEvent)
This method is called when we are in the process of building the first row.

Methods

 o handleColumnChanged
public abstract void handleColumnChanged(DataBindingsChangeEvent e)
method fired if individual data binding columns are changed

Parameters:
e - the DataBindingsChangeEvent
 o handleRowInitialized
public abstract void handleRowInitialized(DataBindingsChangeEvent e)
method fired when the first row is initialized.

Parameters:
e - the DataBindingsChangeEvent
 o handleRowInitializing
public abstract void handleRowInitializing(DataBindingsChangeEvent e)
This method is called when we are in the process of building the first row. The implementor of this method should not do anything other than storing the value for the passed in data bound column.

Parameters:
e - the DataBindingsChangeEvent

All Packages  Class Hierarchy  This Package  Previous  Next  Index